Welcome![Sign In][Sign Up]
Location:
Search - kmp java

Search list

[JSP/Javajava

Description: kmp,bm算法的java实现,公其他人参考参考
Platform: | Size: 5492 | Author: smith | Hits:

[Education soft systemkmp_algorith

Description: kmp算法实现,使用java实现,代码经过调试,绝对高效率,正确和可靠-KMP algorithm, using java achieved through debugging code, the absolute high efficiency, correct and reliable
Platform: | Size: 1024 | Author: weide | Hits:

[Data structsStringMatchAlgorithms

Description: 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics-- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0/a string matching. And as a comparison. Java language.
Platform: | Size: 2048 | Author: 成熠 | Hits:

[Multimedia programKMP

Description: 十分强的媒体播放器,KMPlayer源码,-Very strong media player, KMPlayer source,
Platform: | Size: 1395712 | Author: locet | Hits:

[DocumentsKMP

Description: KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
Platform: | Size: 121856 | Author: 缪巍巍 | Hits:

[JSP/Javajava

Description: kmp,bm算法的java实现,公其他人参考参考-kmp, bm algorithm java realize, other public reference reference
Platform: | Size: 5120 | Author: smith | Hits:

[Data structssrc

Description: PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, collected, such as deep-search
Platform: | Size: 77824 | Author: 俞昊旻 | Hits:

[JSP/JavapatternMatching

Description: 三种字符串匹配:BF,BM,KMP,附上测试-three means of pattern matching
Platform: | Size: 7168 | Author: 荆江 | Hits:

[Documentskmp

Description: 给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Java' s String.indexOf (" " )。 Match fails to find the most appropriate position back, rather than simply return back to the first sub-string of characters (the enumeration of conventional search methods are easy return back to the first substring of characters, KMP algorithm Analysis of examples of Java implementation)* This is for your information, communicate, and they hope to be helpful to everyone!
Platform: | Size: 1024 | Author: 左刘鸿翔 | Hits:

[DocumentsKMP008

Description: 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth, JHMorris, VRPratt made) algorithm to improve the algorithm to linear. KMP algorithm and simple algorithm is different: the " mismatch" situation. pointer completely different to back, KMP algorithm first part of the basis of information match, the pointer will skip the match do not have to match the position.
Platform: | Size: 1024 | Author: 左刘鸿翔 | Hits:

[DocumentsKMP--suanfa

Description: 初看kmp算法的时候有点模糊,第一次就根本没明白过。 仔细的推敲。找相关类似的问题。现在把源程序贴出来供大家参考。 关键一点就是要了解next函数的构造,以及为什么要这么做。在数据结构中的next推倒,不过不是很好理解。 其中next是按1开始。 -Kmp algorithm for the beginning of the time look a bit vague on the first did not understand too. Careful scrutiny. To find a similar problem related. Now put out the source code posted for your reference. The key point is to know the structure of next function, and why to do so. Data structure at the next tear down, but not well understood. 1 are in accordance with one of next start.
Platform: | Size: 104448 | Author: 左刘鸿翔 | Hits:

[JSP/JavaKMP

Description: text pattern matching algorith in java
Platform: | Size: 2048 | Author: mahesh tambare | Hits:

[JSP/JavaTest_KMP

Description: 基于Java开发的KMP例子,教学中关于KMP算法的研究-This is about KMP created on Java
Platform: | Size: 20480 | Author: legend | Hits:

[Streaming Mpeg4kmpplayer

Description: kmp播放器是一款很好用的视频音频播放器,画面清晰,音质高-kmp player
Platform: | Size: 14444544 | Author: 刘云 | Hits:

[JSP/JavaKMP-Algorithm-analysis

Description: 用简单明了的方式描述了KMP算法的原理实现及推理过程,另外文档中还附加了算法的java实现及算法优缺点评析-KMP Algorithm analysis
Platform: | Size: 70656 | Author: 李永民 | Hits:

[JSP/Javakmp

Description: kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
Platform: | Size: 3072 | Author: 吴安峻 | Hits:

[JSP/JavaKMP

Description: KMP 的字符串模式匹配的java算法实现-KMP string pattern matching algorithm of Java
Platform: | Size: 1024 | Author: le | Hits:

[JSP/JavaKMP

Description: 用于字符串匹配的Kmp算法,eclipse环境下的java编程-Kmp algorithm implemented in Java
Platform: | Size: 1024 | Author: she | Hits:

[JSP/Javakmp

Description: java数据结构的串的kmp算法部分源码-java number comb basis kmp algorithm part sources
Platform: | Size: 1024 | Author: 饶林 | Hits:

[JSP/Javakmp

Description: java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
Platform: | Size: 1024 | Author: jry | Hits:
« 12 »

CodeBus www.codebus.net